home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / cuj1008.zip / 1008100A < prev    next >
Text File  |  1992-02-17  |  390b  |  21 lines

  1. #
  2. # Make file for ShowTch demonstration program.
  3. #
  4. .c.obj:
  5.     CL /c /W3 /Oit /D LINT_ARGS $*.c
  6.  
  7. GetTouch.obj:    $*.c \
  8.                 dvrfunc.h \
  9.                 GetTouch.h
  10.  
  11. ShowTch.obj:    $*.c \
  12.                 dvrfunc.h \
  13.                 GetTouch.h
  14.  
  15. ShowTch.exe:    $*. \
  16.         dvrfunc.obj \
  17.         GetTouch.obj \
  18.         $*.obj
  19.     Link ShowTch+GetTouch/E/NOI, , NUL, DvrFunc;
  20.         ShowTch
  21.